Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RecentItemsEventArgs<T> Class / RecentItems Property


In This Topic
    RecentItems Property
    In This Topic
    Gets the array of recent items
    Syntax
    'Declaration
     
    
    Public Property RecentItems As T()
    'Usage
     
    
    Dim instance As RecentItemsEventArgs(Of T)
    Dim value() As T
     
    instance.RecentItems = value
     
    value = instance.RecentItems
    public T[] RecentItems {get; set;}
    See Also